Html Css Color HEX #B232BE Dark Orchid

📋 copy color: '#B232BE'

red 178 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #B232BE

Tints of Dark Orchid #B232BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.96%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 42.58%
G = 11.96%
B = 45.45%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B232BE (or 0xB232BE) is known color: Dark Orchid. HEX triplet: B2, 32 and BE. RGB value is (178,50,190). Sum of RGB (Red+Green+Blue) = 178+50+190=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #B232BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232BE is #4DCD41. Grayscale: #676767. Windows color (decimal): -5098818 or 12464818. OLE color: 12464818.

HSL color Cylindrical-coordinate representation of color #B232BE: hue angle of 294.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B232BE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 50 190 -
CMYK 0.06 0.74 0 0.25
HSL 294.86º 0.58% 0.47% -
HSV(B) 294.86º 0.74% 0.75% -
XYZ 28.79 15.46 50.18 -
YUV 104.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 178 50 190 0.06 0.74 0 0.25 294.86 0.58 0.47
Hex B2 32 BE 6 4A 0 19 127 3A 2F
Octal 262 62 276 6 112 0 31 447 72 57
Binary 10110010 110010 10111110 110 1001010 0 11001 100100111 111010 101111

Color Harmonies of #B232BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232BE

Black with #B232BE

Text Example


Text Example

White with #B232BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232BE; }

 p { color: rgb(178,50,190); }

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

background-color css

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

 a { background-color: rgb(178,50,190); }

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

border-color css

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

 span { border-color: rgb(178,50,190); }

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