Html Css Color HEX #BD44CB Medium Orchid

📋 copy color: '#BD44CB'

red 189 ◦ green 68 ◦ blue 203

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

Shades of Medium Orchid #BD44CB

Tints of Medium Orchid #BD44CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.78%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 41.09%
G = 14.78%
B = 44.13%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD44CB (or 0xBD44CB) is known color: Medium Orchid. HEX triplet: BD, 44 and CB. RGB value is (189,68,203). Sum of RGB (Red+Green+Blue) = 189+68+203=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44CB is #42BB34. Grayscale: #777777. Windows color (decimal): -4373301 or 13321405. OLE color: 13321405.

HSL color Cylindrical-coordinate representation of color #BD44CB: hue angle of 293.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD44CB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 68 203 -
CMYK 0.07 0.67 0 0.20
HSL 293.78º 0.56% 0.53% -
HSV(B) 293.78º 0.67% 0.8% -
XYZ 33.83 19.26 58.44 -
YUV 119.57 175.09 177.52 -
System Red Green Blue C M Y K H S L
Decimal 189 68 203 0.07 0.67 0 0.20 293.78 0.56 0.53
Hex BD 44 CB 7 43 0 14 126 38 35
Octal 275 104 313 7 103 0 24 446 70 65
Binary 10111101 1000100 11001011 111 1000011 0 10100 100100110 111000 110101

Color Harmonies of #BD44CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44CB

Black with #BD44CB

Text Example


Text Example

White with #BD44CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44CB; }

 p { color: rgb(189,68,203); }

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

background-color css

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

 a { background-color: rgb(189,68,203); }

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

border-color css

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

 span { border-color: rgb(189,68,203); }

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