Html Css Color HEX #BD5FCA Medium Orchid

📋 copy color: '#BD5FCA'

red 189 ◦ green 95 ◦ blue 202

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

Shades of Medium Orchid #BD5FCA

Tints of Medium Orchid #BD5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.55%

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

R = 38.89%
G = 19.55%
B = 41.56%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD5FCA (or 0xBD5FCA) is known color: Medium Orchid. HEX triplet: BD, 5F and CA. RGB value is (189,95,202). Sum of RGB (Red+Green+Blue) = 189+95+202=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD5FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FCA is #42A035. Grayscale: #868686. Windows color (decimal): -4366390 or 13262781. OLE color: 13262781.

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

Color convert

RGB 189 95 202 -
CMYK 0.06 0.53 0 0.21
HSL 292.71º 0.5% 0.58% -
HSV(B) 292.71º 0.53% 0.79% -
XYZ 35.74 23.27 58.48 -
YUV 135.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 189 95 202 0.06 0.53 0 0.21 292.71 0.5 0.58
Hex BD 5F CA 6 35 0 15 125 32 3A
Octal 275 137 312 6 65 0 25 445 62 72
Binary 10111101 1011111 11001010 110 110101 0 10101 100100101 110010 111010

Color Harmonies of #BD5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FCA

Black with #BD5FCA

Text Example


Text Example

White with #BD5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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