Html Css Color HEX #BB25CC Dark Orchid

📋 copy color: '#BB25CC'

red 187 ◦ green 37 ◦ blue 204

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

Shades of Dark Orchid #BB25CC

Tints of Dark Orchid #BB25CC

RGB

 RED value IS 187 (73.44% from 255) = 43.69%

 GREEN value IS 37 (14.84% from 255) = 8.64%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 43.69%
G = 8.64%
B = 47.66%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB25CC (or 0xBB25CC) is known color: Dark Orchid. HEX triplet: BB, 25 and CC. RGB value is (187,37,204). Sum of RGB (Red+Green+Blue) = 187+37+204=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25CC is #44DA33. Grayscale: #646464. Windows color (decimal): -4512308 or 13379003. OLE color: 13379003.

HSL color Cylindrical-coordinate representation of color #BB25CC: hue angle of 293.89º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB25CC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 37 204 -
CMYK 0.08 0.82 0 0.2
HSL 293.89º 0.69% 0.47% -
HSV(B) 293.89º 0.82% 0.8% -
XYZ 32.05 16.25 58.57 -
YUV 100.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 187 37 204 0.08 0.82 0 0.2 293.89 0.69 0.47
Hex BB 25 CC 8 52 0 14 126 45 2F
Octal 273 45 314 10 122 0 24 446 105 57
Binary 10111011 100101 11001100 1000 1010010 0 10100 100100110 1000101 101111

Color Harmonies of #BB25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25CC

Black with #BB25CC

Text Example


Text Example

White with #BB25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25CC; }

 p { color: rgb(187,37,204); }

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

background-color css

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

 a { background-color: rgb(187,37,204); }

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

border-color css

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

 span { border-color: rgb(187,37,204); }

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