Html Css Color HEX #B438FA Medium Orchid

📋 copy color: '#B438FA'

red 180 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #B438FA

Tints of Medium Orchid #B438FA

RGB

 RED value IS 180 (70.7% from 255) = 37.04%

 GREEN value IS 56 (22.27% from 255) = 11.52%

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

R = 37.04%
G = 11.52%
B = 51.44%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B438FA (or 0xB438FA) is known color: Medium Orchid. HEX triplet: B4, 38 and FA. RGB value is (180,56,250). Sum of RGB (Red+Green+Blue) = 180+56+250=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #B438FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B438FA is #4BC705. Grayscale: #727272. Windows color (decimal): -4966150 or 16398516. OLE color: 16398516.

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

Color convert

RGB 180 56 250 -
CMYK 0.28 0.78 0 0.02
HSL 278.35º 0.95% 0.6% -
HSV(B) 278.35º 0.78% 0.98% -
XYZ 37.49 19.43 92.22 -
YUV 115.19 204.08 174.23 -
System Red Green Blue C M Y K H S L
Decimal 180 56 250 0.28 0.78 0 0.02 278.35 0.95 0.6
Hex B4 38 FA 1C 4E 0 2 116 5F 3C
Octal 264 70 372 34 116 0 2 426 137 74
Binary 10110100 111000 11111010 11100 1001110 0 10 100010110 1011111 111100

Color Harmonies of #B438FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438FA

Black with #B438FA

Text Example


Text Example

White with #B438FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438FA; }

 p { color: rgb(180,56,250); }

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

background-color css

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

 a { background-color: rgb(180,56,250); }

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

border-color css

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

 span { border-color: rgb(180,56,250); }

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