Html Css Color HEX #B66BED Medium Orchid

📋 copy color: '#B66BED'

red 182 ◦ green 107 ◦ blue 237

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

Shades of Medium Orchid #B66BED

Tints of Medium Orchid #B66BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.34%

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 34.6%
G = 20.34%
B = 45.06%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B66BED (or 0xB66BED) is known color: Medium Orchid. HEX triplet: B6, 6B and ED. RGB value is (182,107,237). Sum of RGB (Red+Green+Blue) = 182+107+237=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #B66BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66BED is #499412. Grayscale: #8F8F8F. Windows color (decimal): -4822035 or 15559606. OLE color: 15559606.

HSL color Cylindrical-coordinate representation of color #B66BED: hue angle of 274.62º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B66BED is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 107 237 -
CMYK 0.23 0.55 0 0.07
HSL 274.62º 0.78% 0.67% -
HSV(B) 274.62º 0.55% 0.93% -
XYZ 39.84 26.57 83.15 -
YUV 144.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 182 107 237 0.23 0.55 0 0.07 274.62 0.78 0.67
Hex B6 6B ED 17 37 0 7 113 4E 43
Octal 266 153 355 27 67 0 7 423 116 103
Binary 10110110 1101011 11101101 10111 110111 0 111 100010011 1001110 1000011

Color Harmonies of #B66BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BED

Black with #B66BED

Text Example


Text Example

White with #B66BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BED; }

 p { color: rgb(182,107,237); }

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

background-color css

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

 a { background-color: rgb(182,107,237); }

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

border-color css

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

 span { border-color: rgb(182,107,237); }

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