Html Css Color HEX #B64CFA Medium Orchid

📋 copy color: '#B64CFA'

red 182 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #B64CFA

Tints of Medium Orchid #B64CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 35.83%
G = 14.96%
B = 49.21%

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

#B64CFA (or 0xB64CFA) is known color: Medium Orchid. HEX triplet: B6, 4C and FA. RGB value is (182,76,250). Sum of RGB (Red+Green+Blue) = 182+76+250=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #B64CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CFA is #49B305. Grayscale: #7E7E7E. Windows color (decimal): -4829958 or 16403638. OLE color: 16403638.

HSL color Cylindrical-coordinate representation of color #B64CFA: hue angle of 276.55º degrees, saturation: 0.95, 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 #B64CFA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 76 250 -
CMYK 0.27 0.70 0 0.02
HSL 276.55º 0.95% 0.64% -
HSV(B) 276.55º 0.7% 0.98% -
XYZ 39.13 22.02 92.63 -
YUV 127.53 197.12 166.85 -
System Red Green Blue C M Y K H S L
Decimal 182 76 250 0.27 0.70 0 0.02 276.55 0.95 0.64
Hex B6 4C FA 1B 46 0 2 115 5F 40
Octal 266 114 372 33 106 0 2 425 137 100
Binary 10110110 1001100 11111010 11011 1000110 0 10 100010101 1011111 1000000

Color Harmonies of #B64CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CFA

Black with #B64CFA

Text Example


Text Example

White with #B64CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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