Html Css Color HEX #B23FF9 Medium Orchid

📋 copy color: '#B23FF9'

red 178 ◦ green 63 ◦ blue 249

#B23FF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B23FF9

Tints of Medium Orchid #B23FF9

RGB

 RED value IS 178 (69.92% from 255) = 36.33%

 GREEN value IS 63 (25% from 255) = 12.86%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 36.33%
G = 12.86%
B = 50.82%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B23FF9 (or 0xB23FF9) is known color: Medium Orchid. HEX triplet: B2, 3F and F9. RGB value is (178,63,249). Sum of RGB (Red+Green+Blue) = 178+63+249=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #B23FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FF9 is #4DC006. Grayscale: #757575. Windows color (decimal): -5095431 or 16334770. OLE color: 16334770.

HSL color Cylindrical-coordinate representation of color #B23FF9: hue angle of 277.1º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23FF9 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 63 249 -
CMYK 0.29 0.75 0 0.02
HSL 277.1º 0.94% 0.61% -
HSV(B) 277.1º 0.75% 0.98% -
XYZ 37.24 19.86 91.49 -
YUV 118.59 201.6 170.38 -
System Red Green Blue C M Y K H S L
Decimal 178 63 249 0.29 0.75 0 0.02 277.1 0.94 0.61
Hex B2 3F F9 1D 4B 0 2 115 5E 3D
Octal 262 77 371 35 113 0 2 425 136 75
Binary 10110010 111111 11111001 11101 1001011 0 10 100010101 1011110 111101

Color Harmonies of #B23FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FF9

Black with #B23FF9

Text Example


Text Example

White with #B23FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FF9; }

 p { color: rgb(178,63,249); }

 H1.HeaderClassName
 {
   color: #B23FF9;
 }
 .AnyTagClassName
 {
   color: #B23FF9;
 }
</style>

background-color css

<style>
 a { background-color: #B23FF9; }

 a { background-color: rgb(178,63,249); }

 div.DivClassName
 {
   background-color: #B23FF9;
 }
 .BgClassName
 {
   background-color: #B23FF9;
 }
</style>

border-color css

<style>
 span { border-color: #B23FF9; }

 span { border-color: rgb(178,63,249); }

 td.TdClassName
 {
   border-color: #B23FF9;
 }
 .TagClassName
 {
   border-color: #B23FF9;
 }
</style>