Html Css Color HEX #B827BC Dark Orchid

📋 copy color: '#B827BC'

red 184 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #B827BC

Tints of Dark Orchid #B827BC

RGB

 RED value IS 184 (72.27% from 255) = 44.77%

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 44.77%
G = 9.49%
B = 45.74%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B827BC (or 0xB827BC) is known color: Dark Orchid. HEX triplet: B8, 27 and BC. RGB value is (184,39,188). Sum of RGB (Red+Green+Blue) = 184+39+188=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #B827BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827BC is #47D843. Grayscale: #626262. Windows color (decimal): -4708420 or 12330936. OLE color: 12330936.

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

Color convert

RGB 184 39 188 -
CMYK 0.02 0.79 0 0.26
HSL 298.39º 0.66% 0.45% -
HSV(B) 298.39º 0.79% 0.74% -
XYZ 29.57 15.27 48.97 -
YUV 99.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 184 39 188 0.02 0.79 0 0.26 298.39 0.66 0.45
Hex B8 27 BC 2 4F 0 1A 12A 42 2D
Octal 270 47 274 2 117 0 32 452 102 55
Binary 10111000 100111 10111100 10 1001111 0 11010 100101010 1000010 101101

Color Harmonies of #B827BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827BC

Black with #B827BC

Text Example


Text Example

White with #B827BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827BC; }

 p { color: rgb(184,39,188); }

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

background-color css

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

 a { background-color: rgb(184,39,188); }

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

border-color css

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

 span { border-color: rgb(184,39,188); }

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