Html Css Color HEX #BD2CCF Dark Orchid

📋 copy color: '#BD2CCF'

red 189 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #BD2CCF

Tints of Dark Orchid #BD2CCF

RGB

 RED value IS 189 (74.22% from 255) = 42.95%

 GREEN value IS 44 (17.58% from 255) = 10%

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

R = 42.95%
G = 10%
B = 47.05%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD2CCF (or 0xBD2CCF) is known color: Dark Orchid. HEX triplet: BD, 2C and CF. RGB value is (189,44,207). Sum of RGB (Red+Green+Blue) = 189+44+207=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CCF is #42D330. Grayscale: #696969. Windows color (decimal): -4379441 or 13577405. OLE color: 13577405.

HSL color Cylindrical-coordinate representation of color #BD2CCF: hue angle of 293.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2CCF is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 44 207 -
CMYK 0.09 0.79 0 0.19
HSL 293.37º 0.65% 0.49% -
HSV(B) 293.37º 0.79% 0.81% -
XYZ 33.15 17.13 60.59 -
YUV 105.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 189 44 207 0.09 0.79 0 0.19 293.37 0.65 0.49
Hex BD 2C CF 9 4F 0 13 125 41 31
Octal 275 54 317 11 117 0 23 445 101 61
Binary 10111101 101100 11001111 1001 1001111 0 10011 100100101 1000001 110001

Color Harmonies of #BD2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CCF

Black with #BD2CCF

Text Example


Text Example

White with #BD2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CCF; }

 p { color: rgb(189,44,207); }

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

background-color css

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

 a { background-color: rgb(189,44,207); }

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

border-color css

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

 span { border-color: rgb(189,44,207); }

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