Html Css Color HEX #BB25CF Dark Orchid

📋 copy color: '#BB25CF'

red 187 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #BB25CF

Tints of Dark Orchid #BB25CF

RGB

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

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

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

R = 43.39%
G = 8.58%
B = 48.03%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB25CF (or 0xBB25CF) is known color: Dark Orchid. HEX triplet: BB, 25 and CF. RGB value is (187,37,207). Sum of RGB (Red+Green+Blue) = 187+37+207=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25CF is #44DA30. Grayscale: #646464. Windows color (decimal): -4512305 or 13575611. OLE color: 13575611.

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

Color convert

RGB 187 37 207 -
CMYK 0.10 0.82 0 0.19
HSL 292.94º 0.7% 0.48% -
HSV(B) 292.94º 0.82% 0.81% -
XYZ 32.42 16.39 60.49 -
YUV 101.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 187 37 207 0.10 0.82 0 0.19 292.94 0.7 0.48
Hex BB 25 CF A 52 0 13 125 46 30
Octal 273 45 317 12 122 0 23 445 106 60
Binary 10111011 100101 11001111 1010 1010010 0 10011 100100101 1000110 110000

Color Harmonies of #BB25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25CF

Black with #BB25CF

Text Example


Text Example

White with #BB25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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