Html Css Color HEX #B65FDD Medium Orchid

📋 copy color: '#B65FDD'

red 182 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #B65FDD

Tints of Medium Orchid #B65FDD

RGB

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

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

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

R = 36.55%
G = 19.08%
B = 44.38%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B65FDD (or 0xB65FDD) is known color: Medium Orchid. HEX triplet: B6, 5F and DD. RGB value is (182,95,221). Sum of RGB (Red+Green+Blue) = 182+95+221=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #B65FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FDD is #49A022. Grayscale: #868686. Windows color (decimal): -4825123 or 14507958. OLE color: 14507958.

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

Color convert

RGB 182 95 221 -
CMYK 0.18 0.57 0 0.13
HSL 281.43º 0.65% 0.62% -
HSV(B) 281.43º 0.57% 0.87% -
XYZ 36.43 23.35 70.99 -
YUV 135.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 182 95 221 0.18 0.57 0 0.13 281.43 0.65 0.62
Hex B6 5F DD 12 39 0 D 119 41 3E
Octal 266 137 335 22 71 0 15 431 101 76
Binary 10110110 1011111 11011101 10010 111001 0 1101 100011001 1000001 111110

Color Harmonies of #B65FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FDD

Black with #B65FDD

Text Example


Text Example

White with #B65FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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