Html Css Color HEX #BD6CCA Medium Orchid

📋 copy color: '#BD6CCA'

red 189 ◦ green 108 ◦ blue 202

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

Shades of Medium Orchid #BD6CCA

Tints of Medium Orchid #BD6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 37.88%
G = 21.64%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD6CCA (or 0xBD6CCA) is known color: Medium Orchid. HEX triplet: BD, 6C and CA. RGB value is (189,108,202). Sum of RGB (Red+Green+Blue) = 189+108+202=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CCA is #429335. Grayscale: #8E8E8E. Windows color (decimal): -4363062 or 13266109. OLE color: 13266109.

HSL color Cylindrical-coordinate representation of color #BD6CCA: hue angle of 291.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6CCA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 108 202 -
CMYK 0.06 0.47 0 0.21
HSL 291.7º 0.47% 0.61% -
HSV(B) 291.7º 0.47% 0.79% -
XYZ 37.01 25.81 58.91 -
YUV 142.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 189 108 202 0.06 0.47 0 0.21 291.7 0.47 0.61
Hex BD 6C CA 6 2F 0 15 124 2F 3D
Octal 275 154 312 6 57 0 25 444 57 75
Binary 10111101 1101100 11001010 110 101111 0 10101 100100100 101111 111101

Color Harmonies of #BD6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CCA

Black with #BD6CCA

Text Example


Text Example

White with #BD6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CCA; }

 p { color: rgb(189,108,202); }

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

background-color css

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

 a { background-color: rgb(189,108,202); }

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

border-color css

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

 span { border-color: rgb(189,108,202); }

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