Html Css Color HEX #B927BE Dark Orchid

📋 copy color: '#B927BE'

red 185 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #B927BE

Tints of Dark Orchid #B927BE

RGB

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

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

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

R = 44.69%
G = 9.42%
B = 45.89%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B927BE (or 0xB927BE) is known color: Dark Orchid. HEX triplet: B9, 27 and BE. RGB value is (185,39,190). Sum of RGB (Red+Green+Blue) = 185+39+190=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #B927BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927BE is #46D841. Grayscale: #636363. Windows color (decimal): -4642882 or 12462009. OLE color: 12462009.

HSL color Cylindrical-coordinate representation of color #B927BE: hue angle of 298.01º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B927BE is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 39 190 -
CMYK 0.03 0.79 0 0.25
HSL 298.01º 0.66% 0.45% -
HSV(B) 298.01º 0.79% 0.75% -
XYZ 30.03 15.48 50.12 -
YUV 99.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 185 39 190 0.03 0.79 0 0.25 298.01 0.66 0.45
Hex B9 27 BE 3 4F 0 19 12A 42 2D
Octal 271 47 276 3 117 0 31 452 102 55
Binary 10111001 100111 10111110 11 1001111 0 11001 100101010 1000010 101101

Color Harmonies of #B927BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B927BE

Black with #B927BE

Text Example


Text Example

White with #B927BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B927BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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