Html Css Color HEX #B63CFA Medium Orchid

📋 copy color: '#B63CFA'

red 182 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #B63CFA

Tints of Medium Orchid #B63CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.2%

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

R = 36.99%
G = 12.2%
B = 50.81%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B63CFA (or 0xB63CFA) is known color: Medium Orchid. HEX triplet: B6, 3C and FA. RGB value is (182,60,250). Sum of RGB (Red+Green+Blue) = 182+60+250=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #B63CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CFA is #49C305. Grayscale: #757575. Windows color (decimal): -4834054 or 16399542. OLE color: 16399542.

HSL color Cylindrical-coordinate representation of color #B63CFA: hue angle of 278.53º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63CFA is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 60 250 -
CMYK 0.27 0.76 0 0.02
HSL 278.53º 0.95% 0.61% -
HSV(B) 278.53º 0.76% 0.98% -
XYZ 38.16 20.08 92.31 -
YUV 118.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 182 60 250 0.27 0.76 0 0.02 278.53 0.95 0.61
Hex B6 3C FA 1B 4C 0 2 117 5F 3D
Octal 266 74 372 33 114 0 2 427 137 75
Binary 10110110 111100 11111010 11011 1001100 0 10 100010111 1011111 111101

Color Harmonies of #B63CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CFA

Black with #B63CFA

Text Example


Text Example

White with #B63CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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