Html Css Color HEX #B64CFB Medium Orchid

📋 copy color: '#B64CFB'

red 182 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #B64CFB

Tints of Medium Orchid #B64CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 35.76%
G = 14.93%
B = 49.31%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B64CFB (or 0xB64CFB) is known color: Medium Orchid. HEX triplet: B6, 4C and FB. RGB value is (182,76,251). Sum of RGB (Red+Green+Blue) = 182+76+251=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #B64CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CFB is #49B304. Grayscale: #7F7F7F. Windows color (decimal): -4829957 or 16469174. OLE color: 16469174.

HSL color Cylindrical-coordinate representation of color #B64CFB: hue angle of 276.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64CFB is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 76 251 -
CMYK 0.27 0.70 0 0.02
HSL 276.34º 0.96% 0.64% -
HSV(B) 276.34º 0.7% 0.98% -
XYZ 39.29 22.08 93.46 -
YUV 127.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 182 76 251 0.27 0.70 0 0.02 276.34 0.96 0.64
Hex B6 4C FB 1B 46 0 2 114 60 40
Octal 266 114 373 33 106 0 2 424 140 100
Binary 10110110 1001100 11111011 11011 1000110 0 10 100010100 1100000 1000000

Color Harmonies of #B64CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CFB

Black with #B64CFB

Text Example


Text Example

White with #B64CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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