Html Css Color HEX #B232BF Dark Orchid

📋 copy color: '#B232BF'

red 178 ◦ green 50 ◦ blue 191

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

Shades of Dark Orchid #B232BF

Tints of Dark Orchid #B232BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 42.48%
G = 11.93%
B = 45.58%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B232BF (or 0xB232BF) is known color: Dark Orchid. HEX triplet: B2, 32 and BF. RGB value is (178,50,191). Sum of RGB (Red+Green+Blue) = 178+50+191=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #B232BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232BF is #4DCD40. Grayscale: #676767. Windows color (decimal): -5098817 or 12530354. OLE color: 12530354.

HSL color Cylindrical-coordinate representation of color #B232BF: hue angle of 294.47º degrees, saturation: 0.59, 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 #B232BF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 50 191 -
CMYK 0.07 0.74 0 0.25
HSL 294.47º 0.59% 0.47% -
HSV(B) 294.47º 0.74% 0.75% -
XYZ 28.9 15.51 50.76 -
YUV 104.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 178 50 191 0.07 0.74 0 0.25 294.47 0.59 0.47
Hex B2 32 BF 7 4A 0 19 126 3B 2F
Octal 262 62 277 7 112 0 31 446 73 57
Binary 10110010 110010 10111111 111 1001010 0 11001 100100110 111011 101111

Color Harmonies of #B232BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232BF

Black with #B232BF

Text Example


Text Example

White with #B232BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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