Html Css Color HEX #B927CE Dark Orchid

📋 copy color: '#B927CE'

red 185 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #B927CE

Tints of Dark Orchid #B927CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.07%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 43.02%
G = 9.07%
B = 47.91%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B927CE (or 0xB927CE) is known color: Dark Orchid. HEX triplet: B9, 27 and CE. RGB value is (185,39,206). Sum of RGB (Red+Green+Blue) = 185+39+206=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #B927CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927CE is #46D831. Grayscale: #656565. Windows color (decimal): -4642866 or 13510585. OLE color: 13510585.

HSL color Cylindrical-coordinate representation of color #B927CE: hue angle of 292.46º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B927CE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 39 206 -
CMYK 0.10 0.81 0 0.19
HSL 292.46º 0.68% 0.48% -
HSV(B) 292.46º 0.81% 0.81% -
XYZ 31.87 16.22 59.84 -
YUV 101.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 185 39 206 0.10 0.81 0 0.19 292.46 0.68 0.48
Hex B9 27 CE A 51 0 13 124 44 30
Octal 271 47 316 12 121 0 23 444 104 60
Binary 10111001 100111 11001110 1010 1010001 0 10011 100100100 1000100 110000

Color Harmonies of #B927CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B927CE

Black with #B927CE

Text Example


Text Example

White with #B927CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B927CE; }

 p { color: rgb(185,39,206); }

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

background-color css

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

 a { background-color: rgb(185,39,206); }

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

border-color css

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

 span { border-color: rgb(185,39,206); }

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