Html Css Color HEX #B65EC8 Medium Orchid

📋 copy color: '#B65EC8'

red 182 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #B65EC8

Tints of Medium Orchid #B65EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.75%

 BLUE value IS 200 (78.52% from 255) = 42.02%

R = 38.24%
G = 19.75%
B = 42.02%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B65EC8 (or 0xB65EC8) is known color: Medium Orchid. HEX triplet: B6, 5E and C8. RGB value is (182,94,200). Sum of RGB (Red+Green+Blue) = 182+94+200=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #B65EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EC8 is #49A137. Grayscale: #848484. Windows color (decimal): -4825400 or 13131446. OLE color: 13131446.

HSL color Cylindrical-coordinate representation of color #B65EC8: hue angle of 289.81º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65EC8 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 94 200 -
CMYK 0.09 0.53 0 0.22
HSL 289.81º 0.49% 0.58% -
HSV(B) 289.81º 0.53% 0.78% -
XYZ 33.72 22.12 57.14 -
YUV 132.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 182 94 200 0.09 0.53 0 0.22 289.81 0.49 0.58
Hex B6 5E C8 9 35 0 16 122 31 3A
Octal 266 136 310 11 65 0 26 442 61 72
Binary 10110110 1011110 11001000 1001 110101 0 10110 100100010 110001 111010

Color Harmonies of #B65EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EC8

Black with #B65EC8

Text Example


Text Example

White with #B65EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EC8; }

 p { color: rgb(182,94,200); }

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

background-color css

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

 a { background-color: rgb(182,94,200); }

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

border-color css

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

 span { border-color: rgb(182,94,200); }

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