Html Css Color HEX #B65CCD Medium Orchid

📋 copy color: '#B65CCD'

red 182 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #B65CCD

Tints of Medium Orchid #B65CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

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

R = 38%
G = 19.21%
B = 42.8%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65CCD (or 0xB65CCD) is known color: Medium Orchid. HEX triplet: B6, 5C and CD. RGB value is (182,92,205). Sum of RGB (Red+Green+Blue) = 182+92+205=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #B65CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CCD is #49A332. Grayscale: #838383. Windows color (decimal): -4825907 or 13458614. OLE color: 13458614.

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

Color convert

RGB 182 92 205 -
CMYK 0.11 0.55 0 0.20
HSL 287.79º 0.53% 0.58% -
HSV(B) 287.79º 0.55% 0.8% -
XYZ 34.14 22.01 60.21 -
YUV 131.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 182 92 205 0.11 0.55 0 0.20 287.79 0.53 0.58
Hex B6 5C CD B 37 0 14 120 35 3A
Octal 266 134 315 13 67 0 24 440 65 72
Binary 10110110 1011100 11001101 1011 110111 0 10100 100100000 110101 111010

Color Harmonies of #B65CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CCD

Black with #B65CCD

Text Example


Text Example

White with #B65CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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