Html Css Color HEX #B65FCD Medium Orchid

📋 copy color: '#B65FCD'

red 182 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #B65FCD

Tints of Medium Orchid #B65FCD

RGB

 RED value IS 182 (71.48% from 255) = 37.76%

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 37.76%
G = 19.71%
B = 42.53%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65FCD (or 0xB65FCD) is known color: Medium Orchid. HEX triplet: B6, 5F and CD. RGB value is (182,95,205). Sum of RGB (Red+Green+Blue) = 182+95+205=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B65FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FCD is #49A032. Grayscale: #858585. Windows color (decimal): -4825139 or 13459382. OLE color: 13459382.

HSL color Cylindrical-coordinate representation of color #B65FCD: hue angle of 287.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65FCD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 95 205 -
CMYK 0.11 0.54 0 0.20
HSL 287.45º 0.52% 0.59% -
HSV(B) 287.45º 0.54% 0.8% -
XYZ 34.4 22.54 60.29 -
YUV 133.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 182 95 205 0.11 0.54 0 0.20 287.45 0.52 0.59
Hex B6 5F CD B 36 0 14 11F 34 3B
Octal 266 137 315 13 66 0 24 437 64 73
Binary 10110110 1011111 11001101 1011 110110 0 10100 100011111 110100 111011

Color Harmonies of #B65FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FCD

Black with #B65FCD

Text Example


Text Example

White with #B65FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FCD; }

 p { color: rgb(182,95,205); }

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

background-color css

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

 a { background-color: rgb(182,95,205); }

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

border-color css

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

 span { border-color: rgb(182,95,205); }

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