Html Css Color HEX #B65CDD Medium Orchid

📋 copy color: '#B65CDD'

red 182 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #B65CDD

Tints of Medium Orchid #B65CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 36.77%
G = 18.59%
B = 44.65%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B65CDD (or 0xB65CDD) is known color: Medium Orchid. HEX triplet: B6, 5C and DD. RGB value is (182,92,221). Sum of RGB (Red+Green+Blue) = 182+92+221=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B65CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CDD is #49A322. Grayscale: #858585. Windows color (decimal): -4825891 or 14507190. OLE color: 14507190.

HSL color Cylindrical-coordinate representation of color #B65CDD: hue angle of 281.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65CDD is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 92 221 -
CMYK 0.18 0.58 0 0.13
HSL 281.86º 0.65% 0.61% -
HSV(B) 281.86º 0.58% 0.87% -
XYZ 36.17 22.82 70.9 -
YUV 133.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 182 92 221 0.18 0.58 0 0.13 281.86 0.65 0.61
Hex B6 5C DD 12 3A 0 D 11A 41 3D
Octal 266 134 335 22 72 0 15 432 101 75
Binary 10110110 1011100 11011101 10010 111010 0 1101 100011010 1000001 111101

Color Harmonies of #B65CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CDD

Black with #B65CDD

Text Example


Text Example

White with #B65CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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