Html Css Color HEX #B132CF Dark Orchid

📋 copy color: '#B132CF'

red 177 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #B132CF

Tints of Dark Orchid #B132CF

RGB

 RED value IS 177 (69.53% from 255) = 40.78%

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 40.78%
G = 11.52%
B = 47.7%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B132CF (or 0xB132CF) is known color: Dark Orchid. HEX triplet: B1, 32 and CF. RGB value is (177,50,207). Sum of RGB (Red+Green+Blue) = 177+50+207=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #B132CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132CF is #4ECD30. Grayscale: #696969. Windows color (decimal): -5164337 or 13578929. OLE color: 13578929.

HSL color Cylindrical-coordinate representation of color #B132CF: hue angle of 288.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B132CF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 50 207 -
CMYK 0.14 0.76 0 0.19
HSL 288.54º 0.62% 0.5% -
HSV(B) 288.54º 0.76% 0.81% -
XYZ 30.53 16.13 60.54 -
YUV 105.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 177 50 207 0.14 0.76 0 0.19 288.54 0.62 0.5
Hex B1 32 CF E 4C 0 13 121 3E 32
Octal 261 62 317 16 114 0 23 441 76 62
Binary 10110001 110010 11001111 1110 1001100 0 10011 100100001 111110 110010

Color Harmonies of #B132CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132CF

Black with #B132CF

Text Example


Text Example

White with #B132CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132CF; }

 p { color: rgb(177,50,207); }

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

background-color css

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

 a { background-color: rgb(177,50,207); }

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

border-color css

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

 span { border-color: rgb(177,50,207); }

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