Html Css Color HEX #BD6FCB Medium Orchid

📋 copy color: '#BD6FCB'

red 189 ◦ green 111 ◦ blue 203

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

Shades of Medium Orchid #BD6FCB

Tints of Medium Orchid #BD6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

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

R = 37.57%
G = 22.07%
B = 40.36%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD6FCB (or 0xBD6FCB) is known color: Medium Orchid. HEX triplet: BD, 6F and CB. RGB value is (189,111,203). Sum of RGB (Red+Green+Blue) = 189+111+203=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FCB is #429034. Grayscale: #909090. Windows color (decimal): -4362293 or 13332413. OLE color: 13332413.

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

Color convert

RGB 189 111 203 -
CMYK 0.07 0.45 0 0.20
HSL 290.87º 0.47% 0.62% -
HSV(B) 290.87º 0.45% 0.8% -
XYZ 37.45 26.5 59.64 -
YUV 144.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 189 111 203 0.07 0.45 0 0.20 290.87 0.47 0.62
Hex BD 6F CB 7 2D 0 14 123 2F 3E
Octal 275 157 313 7 55 0 24 443 57 76
Binary 10111101 1101111 11001011 111 101101 0 10100 100100011 101111 111110

Color Harmonies of #BD6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FCB

Black with #BD6FCB

Text Example


Text Example

White with #BD6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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