Html Css Color HEX #BD41CB Medium Orchid

📋 copy color: '#BD41CB'

red 189 ◦ green 65 ◦ blue 203

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

Shades of Medium Orchid #BD41CB

Tints of Medium Orchid #BD41CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.22%

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

R = 41.36%
G = 14.22%
B = 44.42%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD41CB (or 0xBD41CB) is known color: Medium Orchid. HEX triplet: BD, 41 and CB. RGB value is (189,65,203). Sum of RGB (Red+Green+Blue) = 189+65+203=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD41CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41CB is #42BE34. Grayscale: #757575. Windows color (decimal): -4374069 or 13320637. OLE color: 13320637.

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

Color convert

RGB 189 65 203 -
CMYK 0.07 0.68 0 0.20
HSL 293.91º 0.57% 0.53% -
HSV(B) 293.91º 0.68% 0.8% -
XYZ 33.66 18.91 58.38 -
YUV 117.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 189 65 203 0.07 0.68 0 0.20 293.91 0.57 0.53
Hex BD 41 CB 7 44 0 14 126 39 35
Octal 275 101 313 7 104 0 24 446 71 65
Binary 10111101 1000001 11001011 111 1000100 0 10100 100100110 111001 110101

Color Harmonies of #BD41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41CB

Black with #BD41CB

Text Example


Text Example

White with #BD41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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