Html Css Color HEX #B929CF Dark Orchid

📋 copy color: '#B929CF'

red 185 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #B929CF

Tints of Dark Orchid #B929CF

RGB

 RED value IS 185 (72.66% from 255) = 42.73%

 GREEN value IS 41 (16.41% from 255) = 9.47%

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

R = 42.73%
G = 9.47%
B = 47.81%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B929CF (or 0xB929CF) is known color: Dark Orchid. HEX triplet: B9, 29 and CF. RGB value is (185,41,207). Sum of RGB (Red+Green+Blue) = 185+41+207=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #B929CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929CF is #46D630. Grayscale: #666666. Windows color (decimal): -4642353 or 13576633. OLE color: 13576633.

HSL color Cylindrical-coordinate representation of color #B929CF: hue angle of 292.05º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B929CF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 41 207 -
CMYK 0.11 0.80 0 0.19
HSL 292.05º 0.67% 0.49% -
HSV(B) 292.05º 0.8% 0.81% -
XYZ 32.06 16.41 60.51 -
YUV 102.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 185 41 207 0.11 0.80 0 0.19 292.05 0.67 0.49
Hex B9 29 CF B 50 0 13 124 43 31
Octal 271 51 317 13 120 0 23 444 103 61
Binary 10111001 101001 11001111 1011 1010000 0 10011 100100100 1000011 110001

Color Harmonies of #B929CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929CF

Black with #B929CF

Text Example


Text Example

White with #B929CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929CF; }

 p { color: rgb(185,41,207); }

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

background-color css

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

 a { background-color: rgb(185,41,207); }

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

border-color css

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

 span { border-color: rgb(185,41,207); }

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