Html Css Color HEX #BD33CF Medium Orchid

📋 copy color: '#BD33CF'

red 189 ◦ green 51 ◦ blue 207

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

Shades of Medium Orchid #BD33CF

Tints of Medium Orchid #BD33CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.41%

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

R = 42.28%
G = 11.41%
B = 46.31%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD33CF (or 0xBD33CF) is known color: Medium Orchid. HEX triplet: BD, 33 and CF. RGB value is (189,51,207). Sum of RGB (Red+Green+Blue) = 189+51+207=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33CF is #42CC30. Grayscale: #6D6D6D. Windows color (decimal): -4377649 or 13579197. OLE color: 13579197.

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

Color convert

RGB 189 51 207 -
CMYK 0.09 0.75 0 0.19
HSL 293.08º 0.62% 0.51% -
HSV(B) 293.08º 0.75% 0.81% -
XYZ 33.43 17.69 60.68 -
YUV 110.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 189 51 207 0.09 0.75 0 0.19 293.08 0.62 0.51
Hex BD 33 CF 9 4B 0 13 125 3E 33
Octal 275 63 317 11 113 0 23 445 76 63
Binary 10111101 110011 11001111 1001 1001011 0 10011 100100101 111110 110011

Color Harmonies of #BD33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33CF

Black with #BD33CF

Text Example


Text Example

White with #BD33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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