Html Css Color HEX #B64CED Medium Orchid

📋 copy color: '#B64CED'

red 182 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #B64CED

Tints of Medium Orchid #B64CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

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

R = 36.77%
G = 15.35%
B = 47.88%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B64CED (or 0xB64CED) is known color: Medium Orchid. HEX triplet: B6, 4C and ED. RGB value is (182,76,237). Sum of RGB (Red+Green+Blue) = 182+76+237=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #B64CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CED is #49B312. Grayscale: #7D7D7D. Windows color (decimal): -4829971 or 15551670. OLE color: 15551670.

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

Color convert

RGB 182 76 237 -
CMYK 0.23 0.68 0 0.07
HSL 279.5º 0.82% 0.61% -
HSV(B) 279.5º 0.68% 0.93% -
XYZ 37.16 21.23 82.26 -
YUV 126.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 182 76 237 0.23 0.68 0 0.07 279.5 0.82 0.61
Hex B6 4C ED 17 44 0 7 118 52 3D
Octal 266 114 355 27 104 0 7 430 122 75
Binary 10110110 1001100 11101101 10111 1000100 0 111 100011000 1010010 111101

Color Harmonies of #B64CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CED

Black with #B64CED

Text Example


Text Example

White with #B64CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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